home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / tools / gcc / gcc270_src.lha / gcc-2.7.0-amiga / config / mips / t-bsd < prev    next >
Encoding:
Text File  |  1995-01-12  |  481 b   |  13 lines

  1. # Exactly the same as t-mips, except we must define SYSTEM_HEADER_DIR
  2. # to point to the bsd43 include files.
  3. SYSTEM_HEADER_DIR = /bsd43/usr/include
  4.  
  5. # We have a premade insn-attrtab.c to save the hour it takes to run genattrtab.
  6. # PREMADE_ATTRTAB = $(srcdir)/config/mips/mips-at.c
  7. # PREMADE_ATTRTAB_MD = $(srcdir)/config/mips/mips-at.md
  8.  
  9. # Suppress building libgcc1.a, since the MIPS compiler port is complete
  10. # and does not need anything from libgcc1.a.
  11. LIBGCC1 =
  12. CROSS_LIBGCC1 =
  13.